.scfForm input,
.scfForm select,
.scfForm textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scChromeDataHolder {
  display: block;
}

.scfForm textarea {
  -moz-resize: none;
  -ms-resize: none;
  -o-resize: none;
  resize: none;
}

/* Form */
.scfForm {
  height: 100%;
  width: 100%;
  text-align: left;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  line-height: 1.4em;
}

/* Form Title*/
.scfTitleBorder {
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
  font-family: Arial,Tahoma,Helvetica,sans-serif;
  line-height: 1.1em;
  margin: 5px 0;
  text-decoration: none;
}

/* Form Introduction*/
.scfIntroBorder {
}

/* Form Footer*/
.scfFooterBorder {
}

/* Submit Button*/
.scfSubmitButtonBorder {
}

.scfSubmitButton {
}

/* Error */
.scfError {
}

/* Validation */
.scfValidationSummary {
  margin-left: 20px;
}

.scfValidatorRequired, .scfRequired {
  margin: 0 0;
  float: right;
}

.scfValidator {
  margin: 0;
  display: block;
  float: left;
}

/* Forms section*/
.scfSectionBorderAsFieldSet {
  padding: 0 15px 15px 15px;
  border: 0;
  border-top: solid 2px;
  margin: 0 30px;
}

.scfSectionLegend {
  padding: 7px 13px 8px 13px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 20px;
}

.scfSectionBorder {
  margin: 0;
  padding: 0;
  width: 100%;
}

.scfSectionContent {
  width: 100%;
  float: left;
}

.scfSectionUsefulInfo {
  width: 100%; /*padding: 5px 0 0 20px;*/
  vertical-align: top;
  display: inline;
}

/* Form fields */
/* Checkbox */

.scfCheckboxBorder {
  clear: left;
  text-align: left;
  display: block;
  margin: 5px 0;
  width: 100%;
}

.scfCheckbox {
  width: 90%;
  display: block;
  padding: 0 0;
  margin: 0;
}

.scfCheckboxUsefulInfo {
  font-size: 0.9em;
  display: block;
  width: 90%;
  padding: 0 3px;
}

/* Label */
.scfLabel {
  width: 100%;
  display: block;
}

.scfListBox, .scfDropList {
  width: 100%;
  margin: 0;
}

.scfListBoxGeneralPanel, .scfDropListGeneralPanel {
  width: 60%;
  display: block;
  float: left;
}

.scfMultipleLineTextBox {
  width: 100%;
  margin: 0;
}


.scfDropListBorder, .scfEmailBorder, .scfMultipleLineTextBorder, .scfSingleLineTextBorder, .scfPasswordBorder, .scfNumberBorder, .scfDatePickerBorder, .scfDateBorder, .scfRadioButtonListBorder, .scfListBoxBorder, .scfCheckBoxListBorder, .scfFileUploadBorder, .scfDateSelectorBorder, .scfCreditCardBorder, .scfConfirmPasswordBorder, .scfCaptchaBorder, .scfTelephoneBorder, .scfSmsTelephoneBorder {
  clear: left;
  text-align: left;
  display: block;
  margin: 5px 0;
  width: 100%;
  vertical-align: top;
}

.scfEmailTextBox, .scfSingleLineTextBox, .scfPasswordTextBox, .scfNumberTextBox, .scfDatePickerTextBox, .scfDateTextBox, .scfRadioButtonList, .scfListBox, .scfCheckBoxList, .scfFileUpload, .scfCreditCardTextBox, .scfCreditCardType, .scfConfirmPasswordTextBox, .scfTelephoneTextBox, .scfSmsTelephoneTextBox {
  width: 100%;
  margin: 0;
}

.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel {
  padding: 3px 0;
  width: 30%;
  display: block;
  float: left;
  clear: both;
}

.scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDatePickerGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel, .scfSmsTelephoneGeneralPanel {
  /*margin: 0 3px;*/
  padding: 0 2px 0 0;
  width: 60%;
  display: block;
  float: left;
}

.scfDropListUsefulInfo, .scfEmailUsefulInfo, .scfMultipleLineTextUsefulInfo, .scfSingleLineTextUsefulInfo, .scfPasswordUsefulInfo, .scfNumberUsefulInfo, .scfDatePickerUsefulInfo, .scfDateUsefulInfo, .scfRadioButtonListUsefulInfo, .scfListBoxUsefulInfo, .scfCheckBoxListUsefulInfo, .scfFileUploadUsefulInfo, .scfDateSelectorUsefulInfo, .scfCreditCardTextUsefulInfo, .scfConfirmPasswordUsefulInfo, .scfCaptchaUsefulInfo, .scfTelephoneUsefulInfo, .scfSmsTelephoneUsefulInfo {
  padding-left: 3px;
  font-size: 0.9em;
  width: 100%;
  display: block;
  float: left;
}

.scfDateSelectorDay, .scfDateSelectorMonth, .scfDateSelectorYear {
  width: 33%;
  margin: 0;
}

.scfDateSelectorLabel {
  margin-top: 7px;
}

.scfDateSelectorShortLabelDay, .scfDateSelectorShortLabelMonth, .scfDateSelectorShortLabelYear {
  padding: 0 0 1px 0;
  margin: 0;
  display: block;
  float: left;
  font-size: xx-small;
  line-height: 10px;
  width: 33%;
}

ul {
  margin: 0;
  padding: 0;
}

.scfCreditCardType {
  width: 100%;
}

.scfCaptchaLabelText {
  width: 180px;
}

.scfCaptcha img {
  border: 1px solid black;
}

.scfCaptchaTextBox {
  width: 100%;
}

.scfCaptchStrongTextPanel {
  width: 180px;
  display: block;
  float: left;
}

.scfCaptchaLimitGeneralPanel {
  width: 215px;
}

  .scfCaptchaLimitGeneralPanel .scfRequired, .scfCaptchaLimitGeneralPanel .scfValidatorRequired {
    float: right;
  }

.scfCaptchaGeneralPanel embed {
  position: absolute;
  z-index: -10;
}

.scfCaptchaGeneralPanel td br {
  margin-top: 3px;
  margin-bottom: 5px;
}

.scfCaptchaGeneralPanel td input {
  margin-left: 20px;
}

.scfCaptchaGeneralPanel table {
  margin-top: 30px;
}

.scfShortDate {
  clear: left;
  text-align: left;
  display: block;
  margin: 5px 0;
  vertical-align: top;
  width: 60%;
}

.scfShortText {
  margin: 0;
  float: right;
  width: 40%;
}

.scfShortDate .scfDateSelectorLabel {
  width: 50%;
  margin-top: 0;
}

.scfShortDate .scfDateSelectorGeneralPanel {
  width: 46%;
}

.scfShortDate .scfDateSelectorDay, .scfShortDate .scfDateSelectorShortLabelDay, .scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear {
  display: none;
}

.scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear, .scfShortDate .scfDateSelectorMonth, .scfShortDate .scfDateSelectorYear {
  width: 49%;
}

.scfShortText .scfSingleLineTextLabel {
  width: 15%;
}

.scfShortText .scfSingleLineGeneralPanel {
  width: 60%;
}

.scfShortText .scfSingleLineTextUsefulInfo {
}

.scfShortText .scfSingleLineTextBox {
  width: 100%;
  margin: 0;
}

.scWfmPassword {
  behavior: url("autocomplete.htc");
}

.scfDatePickerGeneralPanel .ui-icon {
  float: right;
  position: relative;
  top: -20px;
  display: block;
}